Welcome![Sign In][Sign Up]
Location:
Search - Genetic algorithm TSP matlab

Search list

[Bio-RecognizeyichuanTSP

Description: 在matlab编程环境下,利用智能算法中的遗传算法,实现实现了旅行商问题。-Genetic algorithm for TSP
Platform: | Size: 4096 | Author: feiyanyan | Hits:

[AI-NN-PRzhinengTSP

Description: TSP的matlab神经网络解法,包括遗传算法、粒子群算法 、鱼群算法、模拟退火法程序,程序有注释-The TSP Matlab intelligent solution, including genetic algorithm, particle swarm optimization, fish school algorithm, simulated annealing procedures, procedures comment
Platform: | Size: 15360 | Author: 唐小米 | Hits:

[matlab158654

Description: TSP matlab遗传算法求解,关于商旅问题-TSP matlab genetic algorithm
Platform: | Size: 3072 | Author: duanyuan | Hits:

[OthergeneticVSP

Description: TSP问题,遗传算法的Matlab程序。-TSP problem, genetic algorithm Matlab procedures.
Platform: | Size: 2048 | Author: 邵飞 | Hits:

[Energy industryTSP_matlab

Description: 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common method. Traveling Salesman Problem (TSP) ant colony algorithm. Implemented in MATLAB using genetic algorithms to solve the TSP problem, a selection, crossover and mutation operators of the algorithm design. MATLAB source code.
Platform: | Size: 2048 | Author: 申悦 | Hits:

[matlabg05

Description: matlab源码,利用遗传算法求解30个城市的tsp问题-matlab source code, the use of genetic algorithm to solve 30 problems tsp city
Platform: | Size: 2048 | Author: 孙建 | Hits:

[matlabchapter4

Description: 基于遗传算法的TSP算法的Matlab程序实现-Matlab program TSP algorithm based on genetic algorithm to achieve
Platform: | Size: 8192 | Author: 王静 | Hits:

[matlabgeneticTSP

Description: matlab这是一个完整的基于遗传算法的TSP算法,调用格式为: [Shortroute,ShortLen]=GATSP(C) 其中,Shortroute为最优圈; ShortLen为最优圈的长度; C为节点(城市)的坐标矩阵:第一列为横坐标,第二列为纵坐标。-TSP algorithm based on genetic algorithm matlab
Platform: | Size: 5120 | Author: 随风 | Hits:

[matlabGA_TSP

Description: 在matlab的平台上利用遗传算法的计算旅行商(TSP)的最优化路径。-Genetic Algorithm for TSP algorithm
Platform: | Size: 9216 | Author: 刘元苗 | Hits:

[AlgorithmgeneticTSP

Description: TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序,数模专用- TSP problem (also known as: traveling salesman problem, traveling salesman problem) common genetic algorithm matlab program, special modulus
Platform: | Size: 1024 | Author: 李崑鹏 | Hits:

[Algorithmlxs

Description: TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-The TSP problem (also known as: traveling salesman problem, traveling salesman problem) general matlab genetic algorithm
Platform: | Size: 1024 | Author: lishaowei | Hits:

[Technology Managementtsp_ga

Description: solve tsp using genetic algorithm using GUI matlab code
Platform: | Size: 4096 | Author: amersamak | Hits:

[Otheryichuanmatlab

Description: TSP问题遗传算法通用Matlab程序,里面有说明,很容易懂,很有效的代码-General Matlab genetic algorithm for TSP program, which has explained, it is easy to understand, very efficient code
Platform: | Size: 4096 | Author: 丁晓晨 | Hits:

[OtherGA_tsp

Description: 遗传算法求解TSP问题,C++编程实现,matlab画图-Genetic Algorithm for TSP
Platform: | Size: 8570880 | Author: jy_mail | Hits:

[VC/MFCCchaaos_annt-

Description: 一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序-A collection of genetic algorithm, ant colony algorithm, the hybrid particle swarm optimization algorithm to solve TSP problems MATLAB program
Platform: | Size: 505856 | Author: 相里兴 | Hits:

[Otherycsf

Description: matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent calculation AS experimental course, make their own programs. Posts here, I hope someone can improve their exchange of experience is more valuable. Genetic algorithm to solve minimum spanning tree problem, PURFER code. Particle Swarm do unconstrained optimization problems. Ant colony algorithm to solve TSP problem.
Platform: | Size: 1024 | Author: | Hits:

[Software Engineeringgatsp1

Description: 采用遗传算法ga解决旅行商问题tsp,是用MATLAB语言编写的,并且注释很详细。-Ga genetic algorithm to solve the traveling salesman problem tsp, with MATLAB language, and very detailed comments.
Platform: | Size: 5120 | Author: luxiaoping | Hits:

[ADO-ODBCGApermute

Description: matlab genetic algorithm for tsp problem
Platform: | Size: 2048 | Author: bb2636jitang22 | Hits:

[ADO-ODBCGApermute

Description: matlab genetic algorithm for tsp problem
Platform: | Size: 2048 | Author: dv20dtumu | Hits:

[Othermgasa

Description: 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Location矩阵,其中30个坐标作为TSP问题的例子。-This resource is Mgasa algorithm to solve the TSP problem matlab code, resources including the mgasa_main, the algorithm Mgasa solutions TSP code, mgasa_fitness (adaptation degree to obtain the function code), mgasa_annealing (Mgasa algorithm simulated annealing of code), mgasa_ (genetic algorithm selection function code), mgasa_crossover (genetic algorithm crossover swap function code), mgasa_mutation(genetic algorithm in gene mutation function code), mgasa_change(algorithm Mgasa selects the process of code). At the same time the code in the Location matrix, where 30 coordinates as an example of the TSP problem.
Platform: | Size: 4096 | Author: lfr | Hits:
« 1 2 ... 5 6 7 8 9 1011 »

CodeBus www.codebus.net